Click or drag to resize

AttributeCollectionCopyTo Method

Copies an Attribute array to the collection, starting at a specified target index.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void CopyTo(
	Attribute[] attribute,
	int index
)

Parameters

attribute
Type: Independentsoft.Sip.SdpAttribute
The array of Attribute objects to copy to the collection.
index
Type: SystemInt32
The index at which the copied notes begin.
See Also